/* 公共样式 */
.zhdj_width {
  width: 1100px;
  margin: 0 auto;
}
.zhdj_mt32 {
  margin-top: 32px;
}
.zhdj_mt60 {
  margin-top: 60px;
}
.zhdj_mt70 {
  margin-top: 70px;
}
.zhdj_mt80 {
  margin-top: 80px;
}
.zhdj_ml30 {
  margin-left: 30px;
}
.zhdj_ml70 {
  margin-left: 70px;
}
.zhdj_ml90 {
  margin-left: 90px;
}
.zhdj_ml100 {
  margin-left: 100px;
}
.zhdj_ml180 {
  margin-left: 180px;
}
/* 顶栏 */
.zhdj_banner_bg {
  width: 100%;
  height: 434px;
  background: linear-gradient(
    218deg,
    rgba(252, 157, 30, 1) 0%,
    rgba(229, 68, 80, 1) 0%,
    rgba(195, 36, 48, 1) 46%,
    rgba(195, 36, 48, 1) 100%
  );
  position: relative;
}
.zhdj_stripe_bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/centerPace/zhdjBGImages/bg_tiaowen.png);
}
.zhdj_stripe_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhdj_banner_left {
  display: flex;
  flex-direction: column;
}
.zhdj_title h1 {
  height: 67px;
  font-size: 48px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 67px;
}
.zhdj_title span {
  height: 30px;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 25px;
}
.zhdj_order_number {
  margin-top: 58px;
  width: 437px;
  height: 48px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 10px 0px rgba(137, 13, 13, 0.5);
  border-radius: 2px;
  display: flex;
  cursor: pointer;
  position: relative;
}
.zhdj_order_number input {
  width: 280px;
  height: 48px;
  padding: 10px 24px;
  outline: none;
  box-sizing: border-box;
}
.zhdj_order_number .zhdj_order_text {
  width: 158px;
  height: 48px;
  background: linear-gradient(
    180deg,
    rgba(255, 167, 0, 1) 0%,
    rgba(205, 136, 0, 1) 100%
  );
  border-radius: 2px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
  text-align: center;
}
.zhdj_order_number .zhdj_err_text{
  position: absolute;
  bottom: -30px;
  width: 280px;
  /* text-align: center; */
  color: rgb(253, 255, 0);
}
.zhdj_order_number .zhdj_err_text .zhdj_tan_num{
  margin-left: 26px;
}
.zhdj_order_number .zhdj_err_text .zhdj_tan{
  border: 1px solid;
  width: 16px;
  border-radius: 50%;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0px;
  text-align: center;
  line-height: 16px;
}
.zhdj_banner_right {
  margin-top: 100px;
}
/* 内容部分 */
.zhdj_content {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 1);
  height: 600px;
}
.zhdj_con_top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}
.zhdj_con_top > h2 {
  height: 48px;
  font-size: 34px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 48px;
  letter-spacing: 8px;
}
.zhdj_con_top > p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 25px;
  margin-top: 8px;
}
.zhdj_con_buttom {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.zhdj_con_buttom .zhdj_con_b_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.zhdj_con_buttom .zhdj_con_b_left ul {
  width: 420px;
  color: rgba(0, 0, 0, 0.5);
}
.zhdj_con_buttom .zhdj_con_b_left li {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  margin-top: 10px;
}
.zhdj_con_buttom .zhdj_con_b_left li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(127, 127, 127, 1);
  border-radius: 50%;
  position: absolute;
  left: -30px;
  margin: auto;
  top: 10px;
}
.zhdj_con_buttom .zhdj_con_b_left li:first-child {
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
}
.zhdj_con_buttom .zhdj_con_b_left li:first-child:after {
  content: none;
}
.zhdj_con_b_right {
  display: flex;
  flex: 1;
  align-items: center;
}
.zhdj_con_b_diversify{
  align-items:flex-end
}

/* item2 */
.zhdj_pay_box {
  background: linear-gradient(
    134deg,
    rgba(208, 209, 212, 0.05) 0%,
    rgba(125, 126, 130, 0.05) 100%
  );
}
/* ITem3 */
.zhdj_live_box {
  background-image: url(../images/centerPace/zhdjBGImages/item3.png);
}
.zhdj_live_box .zhdj_con_top > h2 {
  color: #fff;
  font-size: 34px;
  font-weight: blod;
  height: 48px;
  line-height: 48px;
}
.zhdj_live_box .zhdj_con_buttom .zhdj_con_b_left li:first-child:after {
  background-color: #fff;
}
.zhdj_live_box .zhdj_con_buttom .zhdj_con_b_left li:first-child {
  color: rgba(255, 255, 255, 1);
}
.zhdj_live_box .zhdj_con_buttom .zhdj_con_b_left li::after {
  border: 1px solid #fff;
}
.zhdj_live_box .zhdj_con_b_left ul {
  color: #fff;
}
/* item4 */
.zhdj_diversify_box {
  background: rgba(134, 130, 130, 0.05);
}
/* item7 */
.zhdj_service_box {
  background-image: url(../images/centerPace/zhdjBGImages/item6_top_ing.png);
}
.ahdj_service_bg {
  background-image: url(../images/centerPace/zhdjBGImages/item6_bg.png);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.zhdj_service_box .zhdj_con_top > p {
  color: #fff;
}
/* item8 */
.zhdj_all_function {
  height: 980px;
  padding-top: 68px;
  box-sizing: border-box;
  background-color: #fff;
}
.zhdj_all_function > h2 {
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 45px;
  text-align: center;
}
.zhdj_all_function .zhdj_item_list > ul {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.zhdj_item_list:nth-of-type(1) {
  margin-top: 0;
}
.zhdj_item_list .item_box {
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zhdj_item_list .item_box > p {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  line-height: 56px;
  text-align: center;
}
.zhdj_item_list .item_box > span {
  display: inline-block;
  height: 22px;
  width: 96px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  text-align: center;
}
/* item9 产品优势*/
.zhdj_item9 {
  height: 600px;
  background: linear-gradient(
    134deg,
    rgba(208, 209, 212, 0.05) 0%,
    rgba(125, 126, 130, 0.05) 100%
  );
}
.zhdj_item9 .zhdj_tab_item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.zhdj_tab_item .zhdj_tab_ul {
  height: 60px;
  border-bottom: 1px solid rgba(151, 151, 151, 1);
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  text-align: center;
  margin-top: 60px;
}
.zhdj_tab_item .zhdj_tab_ul li {
  width: 220px;
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.zhdj_tab_item .zhdj_tab_ul .zhdj_tab_li_activate {
  border-bottom: 8px solid rgba(195, 36, 48, 1);
}
.zhdj_tab_item .zhdj_tab_content {
  flex: 1;
}
.zhdj_tab_item .zhdj_tab_content .zhdj_tab_item_content {
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
}
.zhdj_tab_item_content .zhdj_content_left {
  width: 462px;
}
.zhdj_tab_item_content .zhdj_content_left > h3 {
  height: 33px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 33px;
  margin-bottom: 24px;
}
.zhdj_tab_item_content .zhdj_content_left > span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 25px;
}
.zhdj_tab_item_content > img {
  margin-left: 220px;
}
/* item10技术优势 */
.zhdj_content .zhdj_width  .zhdj_item10{
  background:rgba(255,255,255,1);
}
.zhdj_item10 .zhdj_con_top {
  margin-top: 80px;
}
.zhdj_item10 .zhdj_con_top > p {
  width: 864px;
  text-align: center;
}
.zhdj_item10 .goodness_box {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
}
.zhdj_item10 .goodness_box .goodness_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zhdj_item10 .goodness_box .goodness_item > img {
  width: 100px;
  height: 100px;
}
.zhdj_item10 .goodness_box .goodness_item > span {
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 45px;
  margin-top: 36px;
}
/* item11 成功案例 */
.zhdj_sucess_bg {
  width: 100%;
  height: 770px;
  background-color: #fff !important;
  background: linear-gradient(
    134deg,
    rgba(208, 209, 212, 0.05) 0%,
    rgba(125, 126, 130, 0.05) 100%
  );
}
.zhdj_sucess_bg .zhdj_sucess_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 80px;
}
.zhdj_sucess_box > h2 {
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: rgba(14, 14, 14, 1);
  line-height: 45px;
}
.zhdj_sucess_box .zhdj_box_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.zhdj_box_bottom .zhdj_item_box {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.zhdj_box_bottom .zhdj_top_item {
  justify-content: center;
}
.zhdj_item_box .zhdj_img_box1 {
  width: 270px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhdj_item_box .zhdj_img_box2 {
  width: 250px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* item12 底部 */
.zhdj_footer {
  width: 100%;
  height: 464px;
  background-image: url(../images/centerPace/zhdjBGImages/footer.png);
  background-position: center;
}
.zhdj_footer_bottom {
  width: 100%;
  height: 58px;
  background: linear-gradient(
    209deg,
    rgba(208, 56, 75, 1) 0%,
    rgba(195, 36, 48, 1) 100%
  );
  box-shadow: 0px -4px 24px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.zhdj_add_fiexd {
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 999;
}
.zhdj_footer_bottom > p {
  font-size: 26px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 37px;
  letter-spacing: 6px;
}
.zhdj_footer_bottom .zhdj_footer_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 38px;
  background: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  color: rgba(195, 36, 48, 1);
  line-height: 22px;
  margin-left: 40px;
  cursor: pointer;
}
.zhdj_footer_btn > span {
  margin-left: 8px;
}

/* 侧边栏 */
.zhdj_side {
  width: 80px;
  height: 300px;
  background: rgba(255, 255, 255, 1);
  box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.09);
  border-radius: 6px 0px 0px 6px;
  position: fixed;
  top: 50%;
  margin-top: -150px;
  right: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.zhdj_side_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.zhdj_side_item img {
  margin-bottom: 10px;
}
.zhdj_item_border {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.zhdj_phone_number {
  position: absolute;
  right: -100px;
  top: 16px;
  padding: 0 10px;
  border-radius: 8px 0 0 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 170px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in;
  opacity: 0;
}
